home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 2 (Reseller) / Apple R&P Lib Reseller v2.0.iso / 4-Fonts & Software / Demo Software / AppMaker / Demo AppMaker™ / Demo AppMaker™.rsrc / TmpC_231_Dispatcher.h < prev    next >
Text File  |  1989-04-09  |  873b  |  28 lines

  1. /* %filename% -- dispatcher for windows and for modeless dialogs */
  2. /* Created %date% %time% by AppMaker */
  3.  
  4. /*----------*/
  5. void OpenWindows    (Str255        fName,
  6.                      short        vRefNum,
  7.                      short        fRefNum);
  8. void CloseCurWindow    (void);
  9. void MouseInContent (Point        where,
  10.                      short        modifiers);
  11. void TypeInWindow    (char        ch);
  12. void UpdateContent  (void);
  13. void ActivateContent (Boolean    activate);
  14. void ResizeContent  (void);
  15. pascal void ScrollWindow (short        newValue,
  16.                           short        oldValue);
  17. void DoControl    (ControlHandle    whichControl,
  18.                  short             whichPart,
  19.                  Point            where);
  20.  
  21. void InitModelessDialogs (void);
  22. void CloseModelessDialog (DialogPtr        whichDialog);
  23. Boolean FilterModeless     (DialogPtr        whichDialog,
  24.                           EventRecord    *event,
  25.                           short            *itemHit);
  26. void DoModelessItem         (DialogPtr        whichDialog,
  27.                           short            itemNr);
  28.